home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 47 / WARZONE2100.iso / Win95 / BookMark Converter 2.6 / _SETUP.1 / bm_conv.exe / 0 / RCDATA / TFORM11 / TFORM11.txt < prev   
Text File  |  1998-05-26  |  3KB  |  132 lines

  1. object Form11: TForm11
  2.   Left = 240
  3.   Top = 215
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Bookmark Synchronizer'
  7.   ClientHeight = 191
  8.   ClientWidth = 383
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 3
  21.     Top = 3
  22.     Width = 377
  23.     Height = 185
  24.     Caption = 'Choose locations to synchronize:'
  25.     TabOrder = 0
  26.     object GroupBox2: TGroupBox
  27.       Left = 192
  28.       Top = 16
  29.       Width = 177
  30.       Height = 161
  31.       Caption = 'Internet Explorer favorites directory:'
  32.       TabOrder = 0
  33.       object DirectoryListBox1: TDirectoryListBox
  34.         Left = 8
  35.         Top = 18
  36.         Width = 161
  37.         Height = 103
  38.         ItemHeight = 16
  39.         TabOrder = 0
  40.       end
  41.       object DriveComboBox1: TDriveComboBox
  42.         Left = 8
  43.         Top = 133
  44.         Width = 161
  45.         Height = 19
  46.         DirList = DirectoryListBox1
  47.         TabOrder = 1
  48.       end
  49.     end
  50.     object GroupBox3: TGroupBox
  51.       Left = 8
  52.       Top = 16
  53.       Width = 177
  54.       Height = 73
  55.       Caption = 'Netscape bookmark file:'
  56.       TabOrder = 1
  57.       object bookmarkf: TEdit
  58.         Left = 8
  59.         Top = 18
  60.         Width = 161
  61.         Height = 23
  62.         TabStop = False
  63.         Color = clMenu
  64.         Font.Charset = ANSI_CHARSET
  65.         Font.Color = clWindowText
  66.         Font.Height = -12
  67.         Font.Name = 'Courier New'
  68.         Font.Style = []
  69.         ParentFont = False
  70.         ReadOnly = True
  71.         TabOrder = 0
  72.       end
  73.       object browsebutton: TButton
  74.         Left = 96
  75.         Top = 45
  76.         Width = 73
  77.         Height = 22
  78.         Caption = 'Browse...'
  79.         TabOrder = 1
  80.         OnClick = browsebuttonClick
  81.       end
  82.     end
  83.     object GroupBox4: TGroupBox
  84.       Left = 8
  85.       Top = 93
  86.       Width = 177
  87.       Height = 84
  88.       TabOrder = 2
  89.       object CheckBox1: TCheckBox
  90.         Left = 8
  91.         Top = 20
  92.         Width = 161
  93.         Height = 17
  94.         TabStop = False
  95.         Caption = 'Synchronize on system boot'
  96.         TabOrder = 0
  97.         OnClick = CheckBox1Click
  98.       end
  99.       object Button1: TButton
  100.         Left = 8
  101.         Top = 50
  102.         Width = 97
  103.         Height = 25
  104.         Caption = 'Synchronize now!'
  105.         TabOrder = 1
  106.         OnClick = Button1Click
  107.       end
  108.       object Button2: TButton
  109.         Left = 120
  110.         Top = 50
  111.         Width = 49
  112.         Height = 25
  113.         Caption = 'OK'
  114.         TabOrder = 2
  115.         OnClick = Button2Click
  116.       end
  117.     end
  118.   end
  119.   object OpenDialog1: TOpenDialog
  120.     Filter = 'Bookmark File (*.htm  *.html)|*.htm;*.html'
  121.     Left = 170
  122.     Top = 173
  123.   end
  124.   object Timer1: TTimer
  125.     Enabled = False
  126.     Interval = 200
  127.     OnTimer = Timer1Timer
  128.     Left = 131
  129.     Top = 171
  130.   end
  131. end
  132.